CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 压缩 解压

搜索资源列表

  1. JPEG2000src

    0下载:
  2. JPEG2000压缩解压图像源码,基于JPEG2000图像压缩标准,内有浏览图像的Nemo
  3. 所属分类:压缩解压

    • 发布日期:2014-01-16
    • 文件大小:7636309
    • 提供者:蔡文雯
  1. digitalImageProcessing

    0下载:
  2. 图像处理入门c源码分析,有打开bitmap图像到jpeg压缩解压编码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:504160
    • 提供者:Zz
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. Huffman_c

    0下载:
  2. huffman编码实现 图像压缩解压 c++实现 -huffman coding image compression decompression c++ Implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:192860
    • 提供者:海日
  1. my5502

    0下载:
  2. 本代码是基于H.264图像压缩解压编码,通过串口收发-This code is based on h.264 image compression decompression coding, through a serial port transceiver
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:582901
    • 提供者:婷婷
  1. JPEG-Matlab

    0下载:
  2. 实现图像的JPEG压缩和解压的 Matlab程序-To achieve the JPEG image compression and decompression of the Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3021
    • 提供者:wangmeiling
  1. jpg_encoder_and_decoder_matlab

    0下载:
  2. 自己用matlab写的灰度图像压缩解压程序 jpegencoder可以打开图像压缩后存储为c.jpg(只限于灰度图像) jpegdecoder只适用于把jpegencoder的c.jpg解压,还不可以对任意图像解压,有待以后完善 作者 ar_dong-jpegencoder jpegdecoder author ar_dong
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:742837
    • 提供者:ar_dong
  1. code

    0下载:
  2. 数字图像哈弗曼编码,包括压缩和解压。压缩比、信噪比-Encoded digital image Hafu Man
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24932
    • 提供者:lvliang
  1. lz.rar

    0下载:
  2. LZ算法的实现,是项目中的一部分(这里给出的是最基本的功能,所以没有版权问题),自己理解后完成的,用了3周时间实现最基本的功能,非常便于理解。当数据量较小的时候,压缩后的数据量可能会增大;大数据压缩会减小数据。经过测试,word文档、bmp/jpg图像压缩解压都没有问题。纯C代码,linux和windows下都可编译运行,LZ algorithm, is part of the project (given here is the most basic function, so there is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:1873
    • 提供者:丁力
  1. image-CS

    0下载:
  2. 基于CS的图像压缩解压,包括CoSaMP和OMP恢复算法,离散小波变换矩阵构造,具体对图像进行压缩解压-CS-based image compression and decompression, including CoSaMP and OMP recovery algorithms, discrete wavelet transform matrix structure, specifically for image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:11369
    • 提供者:
  1. Run-length-encoding

    0下载:
  2. 基于游程编码的图像压缩解压实验 源代码 算法测试-Run-length encoding compression decompression experiments based image Source code Algorithm testing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1508263
    • 提供者:QingYue
  1. Project1

    0下载:
  2. 基于JEPG的图像压缩编解码器,还原的JPEG的图像压缩解压功能,并加入一些优化。-JEPG image compression decompression compression codec, based on the reduction of image JPEG, and add some optimization.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:32146
    • 提供者:xynx
  1. LZWUP

    0下载:
  2. 数据结构课设——用LZW算法实现图像压缩解压-Class-based data structure- with the LZW algorithm for image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:474922
    • 提供者:vicki
  1. jpeg_compression

    0下载:
  2. 共包含四个C文件,用这四个文件导入到VC中,就可以很方便地当作bmp图像压缩解压的函数来用了。具体使用都可以通过百度搜索来解决。-Contains a total of four C files, with these four files into the VC, you can easily as a bmp image compression decompression function to use. The specific use can be resolved through Ba
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:137175
    • 提供者:songs
  1. draco

    0下载:
  2. facebook的模型、图像压缩解压算法,压缩比例特别大-depress and compress of the models
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-13
    • 文件大小:1840928
    • 提供者:打发打发
  1. 27408355fractal_frog

    0下载:
  2. 该程序实现了经典的图像压缩,解压后的图像效果好,压缩速度快!非常好用(The program implements the classic image compression, it is very easy to use)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:天下无敌
  1. wavelets

    0下载:
  2. 在matlab平台上压缩并解压图像,对图像压缩的学习有帮助,包含多个例子,内容丰富(Compress and unzip the image)
  3. 所属分类:图形图象

    • 发布日期:2018-05-03
    • 文件大小:464896
    • 提供者:哥布林团伙
  1. RLE

    1下载:
  2. 游程编码 可以进行压缩解压、图像对比处理,原图像,压缩后,解压后数据长度的对比(run-encoding Compression decompression, image contrast processing, the original image, compression, after decompression data length comparison.)
  3. 所属分类:压缩解压

    • 发布日期:2019-10-31
    • 文件大小:227328
    • 提供者:啦啦啦1啦1
  1. JPEG

    1下载:
  2. 实现bmp图像的压缩编码解压,包括哈弗曼编码解码 dct变换 量化(Realize the BMP image compression coding decompression)
  3. 所属分类:压缩解压

    • 发布日期:2021-01-22
    • 文件大小:396288
    • 提供者:likang123
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com